home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
001
/
prcmfixs.arc
/
PRCMHOST.ARC
/
PRCMHOST.BAT
next >
Wrap
DOS Batch File
|
1987-06-08
|
409b
|
19 lines
echo off
rem format: PRCMHOST [/t hh[:mm]]
rem
rem Enter without parameters to immediately begin execution.
rem Enter with /t option and time to start at the given time.
rem
rem by d.matthews
rem
if "%1" == "/t" goto timed
procomm /fprcmhost.cmd
goto exit
:timed
if "%2" == "" goto help
tef autohost.cmd %2
goto exit
:help
echo You must specify a time with the /t option.
:exit